home *** CD-ROM | disk | FTP | other *** search
/ The Guru Press Kit / The Guru Press Kit.iso / pc / theguru.dxr / 00028_mylocation.ls < prev    next >
Encoding:
Text File  |  2002-12-17  |  452 b   |  18 lines

  1. global gListOfSelections, gPosters
  2.  
  3. on mouseUp me
  4.   if gListOfSelections.count > 0 then
  5.     twoprogressbar("Married", "Documents", "images")
  6.   else
  7.     if gPosters[2][2] = "yes" then
  8.       twoprogressbar("Married", "Documents", "images")
  9.     else
  10.       if gPosters[1][2] = "yes" then
  11.         twoprogressbar("Married", "Documents", "images")
  12.       else
  13.         alert("You have not selected any images to download!")
  14.       end if
  15.     end if
  16.   end if
  17. end
  18.